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
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา