Property | Type | Description |
---|
Method | Description | |
---|---|---|
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 | ||
return | string |
public static LoadFromFile ( string path ) : |
||
path | string | A relative or absolute path to the file where data is to be deserialized from. |
return |
public static LoadFromStream ( |
||
source | The binary stream to apply to the new instance (cannot be null). | |
return |
public WriteToFile ( string path ) : void | ||
path | string | A relative or absolute path to the file where data is to be serialized to. |
return | void |
public WriteToStream ( |
||
destination | The destination stream to write to. | |
return | void |