Base64BinaryValue.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 Base64BinaryValue object that was created from a String value.
public static DocumentFormat.OpenXml.Base64BinaryValue FromString (string value);
public static DocumentFormat.OpenXml.Base64BinaryValue FromString (string? value);
static member FromString : string -> DocumentFormat.OpenXml.Base64BinaryValue
Public Shared Function FromString (value As String) As Base64BinaryValue
Parameters
- value
- String
A String value to use to create a new Base64BinaryValue object.
Returns
A Base64BinaryValue that corresponds to the value parameter.