Ejemplo n.º 1
0
 /// <summary>
 /// Get non-ascii byte string hex(FF FE FD FC FB FA F9 F8 F7 F6)
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 public static byte[] GetNonAscii(this IByteModel operations)
 {
     return(operations.GetNonAsciiAsync().GetAwaiter().GetResult());
 }