RegExpPrototype.toString(Object) Método
Definição
Cria uma representação de cadeia de caracteres do objeto especificado que contém os sinalizadores e o padrão de expressão regular.Creates a string representation of the specified object that contains the regular expression pattern and flags.
Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.
public:
static System::String ^ toString(System::Object ^ thisob);
[Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.RegExp_toString)]
public static string toString (object thisob);
[<Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.RegExp_toString)>]
static member toString : obj -> string
Public Shared Function toString (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 representação da cadeia de caracteres de thisob.A string representation of thisob.
- Atributos