Example #1
0
 /// <summary>Converts the specified <see cref="T:System.String" /> into a <see cref="T:System.Runtime.Remoting.Metadata.W3cXsd2001.SoapHexBinary" /> object.</summary>
 /// <returns>A <see cref="T:System.Runtime.Remoting.Metadata.W3cXsd2001.SoapHexBinary" /> object that is obtained from <paramref name="value" />.</returns>
 /// <param name="value">The String to convert. </param>
 public static SoapHexBinary Parse(string value)
 {
     byte[] value2 = SoapHexBinary.FromBinHexString(value);
     return(new SoapHexBinary(value2));
 }