'DeclarationPublic Shared Function ExtractWhiteSpaces( _ ByVal text As System.String _ ) As System.String
'UsageDim text As System.String Dim value As System.String value = NUISystem.ExtractWhiteSpaces(text)
public static System.string ExtractWhiteSpaces( System.string text )
Parameters
- text