Свойство | Тип | Описание | |
---|---|---|---|
ApiSerializerStrategy | MyJsonSerializerStrategy | ||
_defaultDateTimeFormats | string[] |
Метод | Описание | |
---|---|---|
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 | |
Результат | string |
public static ReadAllFileText ( string filename ) : string | ||
filename | string | |
Результат | string |
public static MyJsonSerializerStrategy ApiSerializerStrategy | ||
Результат | MyJsonSerializerStrategy |