PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Returns a resource identification, if applicable.
Namespace: Smartsite.Localization
Assembly: Smartsite.Tools (in Smartsite.Tools.dll)
Syntax
C# | Copy Code |
---|---|
public static string ExtractResourceIdentification( input ) |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Shared Function ExtractResourceIdentification ( _ input As _ ) As |
Parameters
- input
- Object
I: Input, for example "{SMLED_CANCEL}"
Return Value
Returns the net resource identification, in this case "SMLED_CANCEL". Returns null if the input is null, is not of a suitable type, or is not in the syntax of a resource identification.See Also
StringResourceManager Class
Smartsite.Localization Namespace