System.Xml.Xsl.XsltOld.XsltCompileContext.XsltFunctionImpl.ToNumeric C# (CSharp) 메소드

ToNumeric() 개인적인 정적인 메소드

private static ToNumeric ( object argument, TypeCode typeCode ) : object
argument object
typeCode TypeCode
리턴 object
            private static object ToNumeric(object argument, TypeCode typeCode) {
                return Convert.ChangeType(ToNumber(argument), typeCode, CultureInfo.InvariantCulture);
            }