Langage

StringPrototype.bold(Object) Méthode

Définition

Convertit l’objet spécifié en texte placé entre des balises de balisage de texte en gras.

Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.

public:
 static System::String ^ bold(System::Object ^ thisob);
[Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.String_bold)]
public static string bold(object thisob);
[<Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.String_bold)>]
static member bold : obj -> string
Public Shared Function bold (thisob As Object) As String

Paramètres

thisob
Object

Objet sur lequel cette méthode agit.

Retours

Chaîne au format "<B>"+thisob+"</B>".

Attributs

S’applique à

Voir aussi