Creates an unkown resource name from the given resource name string.
Only minimal verification is carried out that name is a value resource name string.
public static bool TryParse(string name, out UnparsedResourceName result)
Tries to parse the given resource name into an UnparsedResourceName.
Only minimal verification is carried out that name is a value resource name string.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eUnparsedResourceName\u003c/code\u003e class represents a resource name where the structure is unknown, and it implements the \u003ccode\u003eIResourceName\u003c/code\u003e interface as well as \u003ccode\u003eIEquatable<UnparsedResourceName>\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eYou can create an \u003ccode\u003eUnparsedResourceName\u003c/code\u003e object by providing a resource name string to the constructor \u003ccode\u003eUnparsedResourceName(string name)\u003c/code\u003e, which performs minimal verification of the provided name.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eParse(string name)\u003c/code\u003e method allows converting a string into an \u003ccode\u003eUnparsedResourceName\u003c/code\u003e, with the possibility of exceptions for null or invalid input.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTryParse(string name, out UnparsedResourceName result)\u003c/code\u003e method is available to safely parse a resource name string, returning true if it is valid and setting the parsed result, otherwise returning false and setting the parsed result as null.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eUnparsedResourceName\u003c/code\u003e objects can be compared for equality and inequality using the \u003ccode\u003eEquals()\u003c/code\u003e method, as well as the \u003ccode\u003e==\u003c/code\u003e and \u003ccode\u003e!=\u003c/code\u003e operators.\u003c/p\u003e\n"]]],[],null,[]]