Click or drag to resize

LanguageRegionStart Property

Gets or sets the index in the source code of the first character of the language region.

Namespace:  Ookii.FormatC
Assembly:  Ookii.FormatC (in Ookii.FormatC.dll) Version: 2.1.0
Syntax
public int Start { get; set; }

Property Value

Type: Int32
The zero-based index in the source code of the first character of the language region.
See Also