Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
GetValue ( string path, |
Traverses the CLDR tree using a path and gets the value associated with the specified locale.
|
|
LoadFromFile ( string path ) : |
Creates a new CldrData instance from a binary file.
|
|
LoadFromStream ( |
Creates a new CldrData instance from a binary stream.
|
|
WriteToFile ( string path ) : void |
Writes a binary representation of this CldrData to the specified file.
|
|
WriteToStream ( |
Writes a binary representation of this CldrData to the supplied stream.
|
public GetValue ( string path, |
||
path | string | |
locale | ||
Результат | string |
public static LoadFromFile ( string path ) : |
||
path | string | A relative or absolute path to the file where data is to be deserialized from. |
Результат |
public static LoadFromStream ( |
||
source | The binary stream to apply to the new instance (cannot be null). | |
Результат |
public WriteToFile ( string path ) : void | ||
path | string | A relative or absolute path to the file where data is to be serialized to. |
Результат | void |
public WriteToStream ( |
||
destination | The destination stream to write to. | |
Результат | void |