Method | Description | |
---|---|---|
EscapeName ( string nameOrKey ) : string | ||
FormatTimestamp ( System.DateTime utcTimestamp ) : string | ||
FormatValue ( object value ) : string |
Method | Description | |
---|---|---|
FormatBoolean ( object b ) : string | ||
FormatFloat ( object f ) : string | ||
FormatInteger ( object i ) : string | ||
FormatString ( string s ) : string | ||
FormatTimespan ( object ts ) : string |
public static EscapeName ( string nameOrKey ) : string | ||
nameOrKey | string | |
return | string |
public static FormatTimestamp ( System.DateTime utcTimestamp ) : string | ||
utcTimestamp | System.DateTime | |
return | string |
public static FormatValue ( object value ) : string | ||
value | object | |
return | string |