HexBinaryValue.FromString(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a new HexBinaryValue object that was created from a String value.
public static DocumentFormat.OpenXml.HexBinaryValue FromString (string value);
public static DocumentFormat.OpenXml.HexBinaryValue FromString (string? value);
static member FromString : string -> DocumentFormat.OpenXml.HexBinaryValue
Public Shared Function FromString (value As String) As HexBinaryValue
Parameters
- value
- String
A String value to use to create a new HexBinaryValue object.
Returns
A HexBinaryValue object that corresponds to the value parameter.