Definition at line 91 of file XsltFunctions.cs.
92 {
94 int num = 0;
97 for (i = 0;
i <
value.Length;
i++)
98 {
99 if (!XmlCharType.IsWhiteSpace(
value[i]))
100 {
101 continue;
102 }
103 if (i == num)
104 {
105 num++;
106 }
108 {
110 {
112 }
113 else
114 {
116 }
118 {
120 }
121 else
122 {
124 }
126 }
127 else
128 {
130 }
131 }
133 {
134 if (num == i)
135 {
136 return string.Empty;
137 }
138 if (num == 0 &&
num2 != i)
139 {
141 }
143 }
144 else if (i != num)
145 {
147 }
149 {
151 }
152 else
153 {
155 }
157 }
References System.Xml.XmlCharType.IsWhiteSpace(), and System.value.