Property | Type | Description | |
---|---|---|---|
ApiSerializerStrategy | MyJsonSerializerStrategy | ||
_defaultDateTimeFormats | string[] |
Method | Description | |
---|---|---|
Format ( string text ) : string | ||
ReadAllFileText ( string filename ) : string |
A threadsafe way to block and load a text file Load a text file, and return the file as text. Used for small (usually json) files.
|
public static Format ( string text ) : string | ||
text | string | |
return | string |
public static ReadAllFileText ( string filename ) : string | ||
filename | string | |
return | string |
public static MyJsonSerializerStrategy ApiSerializerStrategy | ||
return | MyJsonSerializerStrategy |