コード例 #1
0
 /// <summary>Gets the original input data backing this value, returning it as a <see cref="string"/>.</summary>
 /// <returns>The original input data backing this value, returning it as a <see cref="string"/>.</returns>
 public string GetRawText()
 => _parent is null ? string.Empty : _parent.GetRawValueAsString(_idx);