StringExtrasCleanString Method |
removes \n \r and \0 from the start and end of a string
Namespace: ANDREICSLIB.ClassExtrasAssembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static string CleanString(
string origString
)
Public Shared Function CleanString (
origString As String
) As String
public:
static String^ CleanString(
String^ origString
)
static member CleanString :
origString : string -> string
Parameters
- origString
- Type: SystemString
Return Value
Type:
Stringthe 'cleaned' string
See Also