Char.IParsable<Char>.TryParse(String, IFormatProvider, Char) 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.
static bool System.IParsable<System.Char>.TryParse(System::String ^ s, IFormatProvider ^ provider, [Runtime::InteropServices::Out] char % result) = IParsable<char>::TryParse;
static bool IParsable<char>.TryParse (string s, IFormatProvider provider, out char result);
static member System.IParsable<System.Char>.TryParse : string * IFormatProvider * char -> bool
Shared Function TryParse (s As String, provider As IFormatProvider, ByRef result As Char) As Boolean Implements IParsable(Of Char).TryParse
Parameters
- s
- String
- provider
- IFormatProvider
- result
- Char
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.