8 references to ToString
System.Data.SqlXml (8)
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (8)
601
return
ToString
(val);
653
return ((XsltCompileContext)xsltContext).SystemProperty(
ToString
(args[0]));
661
return ((XsltCompileContext)xsltContext).ElementAvailable(
ToString
(args[0]));
669
return ((XsltCompileContext)xsltContext).FunctionAvailable(
ToString
(args[0]));
711
PrefixQName.ParseQualifiedName(
ToString
(args[0]), out prefix, out local);
735
resultCollection = AddToList(resultCollection, (ArrayList) keyTable[
ToString
(args[1])]);
772
DecimalFormat formatInfo = ((XsltCompileContext)xsltContext).ResolveFormatName(args.Length == 3 ?
ToString
(args[2]) : null);
773
return DecimalFormatter.Format(ToNumber(args[0]),
ToString
(args[1]), formatInfo);