Method | Description | |
---|---|---|
BeginInvoke ( System.Action action ) : void | ||
EnsureEncodingIsUtf8 ( string str ) : string | ||
StripLineBreaksAndExcessWhitespaces ( string str ) : string |
public static BeginInvoke ( System.Action action ) : void | ||
action | System.Action | |
return | void |
public static EnsureEncodingIsUtf8 ( string str ) : string | ||
str | string | |
return | string |
public static StripLineBreaksAndExcessWhitespaces ( string str ) : string | ||
str | string | |
return | string |