ResourceIdUtility.SplitResourceId(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.
Split a fully qualified resource identifier into two parts (resource scope, relative resource identifier).
public static (string scope, string relativeResourceId) SplitResourceId (string fullyQualifiedResourceId);
static member SplitResourceId : string -> ValueTuple<string, string>
Public Shared Function SplitResourceId (fullyQualifiedResourceId As String) As ValueTuple(Of String, String)
Parameters
- fullyQualifiedResourceId
- String
The fully qualified resource identifier to split.
Returns
The resource scope and the relative resource identifier.