Movatterモバイル変換


[0]ホーム

URL:


  1. Web
  2. XML
  3. XPath
  4. Reference
  5. Functions
  6. string

string

Thestring function converts the given argument to a string.

Syntax

string( [object] )

Parameters

object (optional)

The object to convert to a string. If omitted, the context node is used.

Return value

A string

Description

  • If the object is a node-set, the string value of the first node in the set is returned.
  • A number is converted as follows:
    • NaN is converted to the string NaN.
    • Positive zero is converted to the string 0.
    • Negative zero is converted to the string 0.
    • Positive infinity is converted to the string Infinity.
    • Negative infinity is converted to the string -Infinity.
    • Decimal numbers between -1 and 1 are converted to a string with a single leading 0 before the decimal point.
    • Boolean true is converted to the string true.
    • Boolean false is converted to the string false.

Specifications

XPath 1.0 4.2

Gecko support

Supported.

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp