Exemplo n.º 1
0
 public override short ParseInt16(ReadOnlySpan <char> value) => SignedInteger <short> .ParseInt16(value);
Exemplo n.º 2
0
 public static short ParseInt16(this ReadOnlySpan<char> value) => 
     SignedInteger<short>.ParseInt16(value);