Method | Description | |
---|---|---|
ToMegabytes ( this i ) : double | ||
ToOrdinal ( this value, string subject, |
||
ToOrdinalShort ( this value, string subject, |
||
ToReadableBoolean ( this value ) : string | ||
ToReadableKey ( this key ) : string | ||
ToReadableSize ( this i, int round = 2 ) : string | ||
ToReadableTime ( this seconds ) : string | ||
ToSentence ( this s ) : string | ||
ToTitle ( this s ) : string |
public static ToMegabytes ( this i ) : double | ||
i | this | |
return | double |
public static ToOrdinal ( this value, string subject, |
||
value | this | |
subject | string | |
culture | ||
return | string |
public static ToOrdinalShort ( this value, string subject, |
||
value | this | |
subject | string | |
culture | ||
return | string |
public static ToReadableBoolean ( this value ) : string | ||
value | this | |
return | string |
public static ToReadableKey ( this key ) : string | ||
key | this | |
return | string |
public static ToReadableSize ( this i, int round = 2 ) : string | ||
i | this | |
round | int | |
return | string |
public static ToReadableTime ( this seconds ) : string | ||
seconds | this | |
return | string |