Method CreateMDNode
CreateMDNode(String)
Create an MDNode from a string
Declaration
public MDNode CreateMDNode(string value)
Parameters
public MDNode CreateMDNode(string value)
String | value | String value |
Returns
MDNode | New node with the string as the first element of the Operands property (as an MDString) |