コード例 #1
0
 public static bool TryReadValue(this IJSValueReader reader, out string value)
 {
     return(reader.TryGetString(out value));
 }