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