Method | Description | |
---|---|---|
CsvToJson ( this value ) : string | ||
FormatNumber ( int value ) : string | ||
FormatNumberWithColorCode ( int value, string colorCode ) : string | ||
GetFormattedTime ( System.TimeSpan timeSpan ) : string | ||
GetFormattedTime ( int totalSeconds, bool withLetters = true ) : string | ||
GetFormattedTimeWithText ( int requiredTimeInSeconds ) : string | ||
GetFormattedTimeWithoutLetters ( System.TimeSpan timeSpan ) : string | ||
PrettyShorten ( string str, int maxLength ) : string | ||
ReplaceInvalidCharactersWithEmptyStrings ( string input ) : string | ||
SafeFormat ( string message ) : string | ||
SplitQuotedLine ( this value, char separator, bool quotes ) : string |
public static CsvToJson ( this value ) : string | ||
value | this | |
return | string |
public static FormatNumber ( int value ) : string | ||
value | int | |
return | string |
public static FormatNumberWithColorCode ( int value, string colorCode ) : string | ||
value | int | |
colorCode | string | |
return | string |
public static GetFormattedTime ( System.TimeSpan timeSpan ) : string | ||
timeSpan | System.TimeSpan | |
return | string |
public static GetFormattedTime ( int totalSeconds, bool withLetters = true ) : string | ||
totalSeconds | int | |
withLetters | bool | |
return | string |
public static GetFormattedTimeWithText ( int requiredTimeInSeconds ) : string | ||
requiredTimeInSeconds | int | |
return | string |
public static GetFormattedTimeWithoutLetters ( System.TimeSpan timeSpan ) : string | ||
timeSpan | System.TimeSpan | |
return | string |
public static PrettyShorten ( string str, int maxLength ) : string | ||
str | string | |
maxLength | int | |
return | string |
public static ReplaceInvalidCharactersWithEmptyStrings ( string input ) : string | ||
input | string | |
return | string |
public static SafeFormat ( string message ) : string | ||
message | string | |
return | string |
public static SplitQuotedLine ( this value, char separator, bool quotes ) : string | ||
value | this | |
separator | char | |
quotes | bool | |
return | string |