Click or drag to resize

UtilityStripString Method

Strips the prepending ! statment from string.

Namespace:  IBM.Watson.DeveloperCloud.Utilities
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static string StripString(
	string s
)

Parameters

s
Type: SystemString
S.

Return Value

Type: String
The string.
See Also