CultureInfoCodec.ConvertToSurrogate(CultureInfo, 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 to the surrogate type.
public override void ConvertToSurrogate (System.Globalization.CultureInfo value, ref Orleans.Serialization.Codecs.CultureInfoSurrogate surrogate);
override this.ConvertToSurrogate : System.Globalization.CultureInfo * CultureInfoSurrogate -> unit
Public Overrides Sub ConvertToSurrogate (value As CultureInfo, ByRef surrogate As CultureInfoSurrogate)
Parameters
- value
- CultureInfo
The value.
- surrogate
- CultureInfoSurrogate
The surrogate.