Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Xml.Xsl.Runtime.XsltFunctions Class Reference

Static Public Member Functions

static bool StartsWith (string s1, string s2)
 
static bool Contains (string s1, string s2)
 
static string SubstringBefore (string s1, string s2)
 
static string SubstringAfter (string s1, string s2)
 
static string Substring (string value, double startIndex)
 
static string Substring (string value, double startIndex, double length)
 
static string NormalizeSpace (string value)
 
static string Translate (string arg, string mapString, string transString)
 
static bool Lang (string value, XPathNavigator context)
 
static double Round (double value)
 
static XPathItem SystemProperty (XmlQualifiedName name)
 
static string BaseUri (XPathNavigator navigator)
 
static string OuterXml (XPathNavigator navigator)
 
static string EXslObjectType (IList< XPathItem > value)
 
static double MSNumber (IList< XPathItem > value)
 
static string MSFormatDateTime (string dateTime, string format, string lang, bool isDate)
 
static double MSStringCompare (string s1, string s2, string lang, string options)
 
static string MSUtc (string dateTime)
 
static string MSLocalName (string name)
 
static string MSNamespaceUri (string name, XPathNavigator currentNode)
 

Static Private Member Functions

static CultureInfo GetCultureInfo (string lang)
 
static void PrintDate (char[] text, DateTime dt)
 
static void PrintTime (char[] text, DateTime dt)
 
static void PrintYear (char[] text, int value)
 
static void PrintMsec (char[] text, int value)
 
static void ShortToCharArray (char[] text, int start, int value)
 

Static Private Attributes

static readonly CompareInfo s_compareInfo = CultureInfo.InvariantCulture.CompareInfo
 

Detailed Description

Definition at line 11 of file XsltFunctions.cs.


The documentation for this class was generated from the following file: