NLLanguageExtensions.GetValue(NSString) 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 the enumeration value for the provided string constant.
public static NaturalLanguage.NLLanguage GetValue (Foundation.NSString constant);
static member GetValue : Foundation.NSString -> NaturalLanguage.NLLanguage
Parameters
- constant
- NSString
The string for which to get the constant value.
Returns
The enumeration value for the provided string constant.