ToString(bool)

This method returns the string representation of the current instance based on the specified NLS sensitivity setting.

Declaration

// C#
public string ToString(bool providerTypeNLSSensitiveToString)

Parameter

  • providerTypeNLSSensitiveToString

    Indicates whether to honor the NLS format.

Return Value

The string value of the current instance based on the NLS sensitivity setting.