Method | Description | |
---|---|---|
CleanJson ( this target ) : string | ||
CleanXml ( this target ) : string | ||
IsNullOrEmpty ( this target ) : bool | ||
RemoveLineBreaks ( this theString ) : string | ||
ReplaceFirst ( this text, string search, string replace ) : string |
public static CleanJson ( this target ) : string | ||
target | this | |
return | string |
public static CleanXml ( this target ) : string | ||
target | this | |
return | string |
public static IsNullOrEmpty ( this target ) : bool | ||
target | this | |
return | bool |
public static RemoveLineBreaks ( this theString ) : string | ||
theString | this | |
return | string |
public static ReplaceFirst ( this text, string search, string replace ) : string | ||
text | this | |
search | string | |
replace | string | |
return | string |