ArrayPrototype.toLocaleString(Object) Método
Definição
Cria uma representação de cadeia de caracteres do objeto especificado que concatena os elementos e separa-los com uma ListSeparator e um espaço.Creates a string representation of the specified object that concatenates the elements and separates them with a ListSeparator and a space.
Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.
public:
static System::String ^ toLocaleString(System::Object ^ thisob);
[Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Array_toLocaleString)]
public static string toLocaleString (object thisob);
[<Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Array_toLocaleString)>]
static member toLocaleString : obj -> string
Public Shared Function toLocaleString (thisob As Object) As String
Parâmetros
- thisob
- Object
O objeto no qual este método está atuando.The object that this method is acting upon.
Retornos
Uma cadeia de caracteres que concatena os elementos de thisob e separa-los com uma ListSeparator e um espaço.A string that concatenates the elements of thisob and separates them with a ListSeparator and a space.
- Atributos