Click or drag to resize
ScanUtilsquoteIfHaveSpaces Method

» Asprise Scan Home · Developer's Guide

Wraps with quotes if string contains space.

Namespace: asprise_imaging_api
Assembly: asprise-imaging-scan.net-api (in asprise-imaging-scan.net-api.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static string quoteIfHaveSpaces(
	string s,
	bool expandEnvVars = true
)

Parameters

s
Type: SystemString
expandEnvVars (Optional)
Type: SystemBoolean

Return Value

Type: String
See Also