C# 클래스 PlayFab.Internal.PlayFabUtil

파일 보기 프로젝트 열기: PlayFab/PlayFab-Samples 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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.

메소드 상세

Format() 공개 정적인 메소드

public static Format ( string text ) : string
text string
리턴 string

ReadAllFileText() 공개 정적인 메소드

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

프로퍼티 상세

ApiSerializerStrategy 공개적으로 정적으로 프로퍼티

public static MyJsonSerializerStrategy ApiSerializerStrategy
리턴 MyJsonSerializerStrategy

_defaultDateTimeFormats 공개적으로 정적으로 프로퍼티

public static string[] _defaultDateTimeFormats
리턴 string[]