Method | Description | |
---|---|---|
IsNullOrEmpty ( this value ) : bool | ||
ToRoundtripDateString ( this date ) : string |
Convert a date to the ISO 8601 roundtrip format supported by the server.
|
|
ToUriConstant ( object id ) : string |
Convert the value into a URI id literal for URIs like {app-uri}/tables/{table}/{id}.
|
public static IsNullOrEmpty ( this value ) : bool | ||
value | this | |
return | bool |
public static ToRoundtripDateString ( this date ) : string | ||
date | this | The date to convert. |
return | string |
public static ToUriConstant ( object id ) : string | ||
id | object | The id to convert. |
return | string |