Accessing String Resource in CLR
I'm looking for the function, available in CLR to get a string from a string resource. There is lots of information about creating and editing the String Resource but not the code for calling a string in the resource by ID. please also indicate the namespace the function is in.
|