CultureInfoCodec.ConvertFromSurrogate(CultureInfoSurrogate) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Converts a value from the surrogate type to the field type.
public override System.Globalization.CultureInfo ConvertFromSurrogate (ref Orleans.Serialization.Codecs.CultureInfoSurrogate surrogate);
override this.ConvertFromSurrogate : CultureInfoSurrogate -> System.Globalization.CultureInfo
Public Overrides Function ConvertFromSurrogate (ByRef surrogate As CultureInfoSurrogate) As CultureInfo
Parameters
- surrogate
- CultureInfoSurrogate
The surrogate.
Returns
The value.