C# Class PlayFab.Internal.PlayFabUtil

Afficher le fichier Open project: PlayFab/PlayFab-Samples Class Usage Examples

Méthodes publiques

Свойство Type Description
ApiSerializerStrategy MyJsonSerializerStrategy
_defaultDateTimeFormats string[]

Méthodes publiques

Méthode 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.

Method Details

Format() public static méthode

public static Format ( string text ) : string
text string
Résultat string

ReadAllFileText() public static méthode

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
Résultat string

Property Details

ApiSerializerStrategy public_oe static_oe property

public static MyJsonSerializerStrategy ApiSerializerStrategy
Résultat MyJsonSerializerStrategy

_defaultDateTimeFormats public_oe static_oe property

public static string[] _defaultDateTimeFormats
Résultat string[]