Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ InvokeRegisterDecimalFormatter()

QilNode System.Xml.Xsl.Xslt.XsltQilFactory.InvokeRegisterDecimalFormatter ( QilNode formatPicture,
DecimalFormatDecl format )
inline

Definition at line 79 of file XsltQilFactory.cs.

80 {
81 return XsltInvokeEarlyBound(QName("register-decimal-formatter"), XsltMethods.RegisterDecimalFormatter, XmlQueryTypeFactory.DoubleX, new QilNode[4]
82 {
83 formatPicture,
84 String(format.InfinitySymbol),
85 String(format.NanSymbol),
86 String(new string(format.Characters))
87 });
88 }
static readonly MethodInfo RegisterDecimalFormatter

References System.Xml.Xsl.XmlQueryTypeFactory.DoubleX, System.Xml.QName, System.Xml.Xsl.Runtime.XsltMethods.RegisterDecimalFormatter, and System.Xml.Xsl.Qil.XsltInvokeEarlyBound.

Referenced by System.Xml.Xsl.Xslt.QilGenerator.CompileFormatNumber().