System.__DTString.__DTString C# (CSharp) 메소드

__DTString() 개인적인 메소드

private __DTString ( String str, DateTimeFormatInfo dtfi, bool checkDigitToken ) : System
str String
dtfi System.Globalization.DateTimeFormatInfo
checkDigitToken bool
리턴 System
        internal __DTString(String str, DateTimeFormatInfo dtfi, bool checkDigitToken) : this (str, dtfi)
        {
            m_checkDigitToken = checkDigitToken;
        }

Same methods

__DTString::__DTString ( String str, DateTimeFormatInfo dtfi ) : System