Utilities.UnFormatArmId(String, 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 tokens based on format provided. This works on ARM IDs only.
public static string[] UnFormatArmId (this string data, string format);
static member UnFormatArmId : string * string -> string[]
<Extension()>
Public Function UnFormatArmId (data As String, format As String) As String()
Parameters
- data
- String
String to unformat.
- format
- String
Format reference.
Returns
String[]
Array of string tokens.