프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 ReadAllFileText ( string filename ) : string | ||
filename | string | |
리턴 | string |
public static MyJsonSerializerStrategy ApiSerializerStrategy | ||
리턴 | MyJsonSerializerStrategy |