CharacterMappingDictionary.TryGetValue MethodCharacterMappingDictionary.TryGetValue MethodCharacterMappingDictionary::TryGetValue Method
Gets the string to which a character is mapped if such a mapping exists.
Overload List
Name | Description | |
---|---|---|
![]() | TryGetValue (char, out string)TryGetValue (Char, ByRef String)TryGetValue (char, String^%) | Gets the string to which key is mapped if such a mapping exists. |
![]() | TryGetValue (int, out string)TryGetValue (Integer, ByRef String)TryGetValue (int, String^%) | Gets the string to which a given Unicode codepoint is mapped if such a mapping exists. |