CommonTrimAndLowercaseString Method

[Missing <summary> documentation for "M:IAS.Common.TrimAndLowercaseString(System.String@,System.Int32)"]

Namespace:  IAS
Assembly:  Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void TrimAndLowercaseString(
	ref string value,
	int maxLength = 0
)

Parameters

value
Type: SystemString

[Missing <param name="value"/> documentation for "M:IAS.Common.TrimAndLowercaseString(System.String@,System.Int32)"]

maxLength (Optional)
Type: SystemInt32

[Missing <param name="maxLength"/> documentation for "M:IAS.Common.TrimAndLowercaseString(System.String@,System.Int32)"]

See Also