Example #1
0
 public string ToXml() => _value.ToString();
Example #2
0
 public string ToXml()
 {
     return(_value.ToString());
 }