BBCodeParseExceptionPosition Property
Gets the position of the character which caused the parse error.
Namespace: DevCase.Core.DataProcessing.Html.BBCodeAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public int Position { get; }
Public ReadOnly Property Position As Integer
Get
Dim instance As BBCodeParseException
Dim value As Integer
value = instance.Position
public:
property int Position {
int get ();
}
member Position : int with get
No code example is currently available or this language may not be supported.
Property Value
Int32
The position of the character which caused the parse error.