[CLSCompliantAttribute(false)]
public sealed class SByteConverter : TypeConverter<sbyte>,
IHexConverter<sbyte>, ICloneable, ILocalizable
<CLSCompliantAttribute(false)>
Public NotInheritable Class SByteConverter
Inherits TypeConverter(Of SByte)
Implements IHexConverter(Of SByte), ICloneable,
ILocalizable
[CLSCompliantAttribute(false)]
public ref class SByteConverter sealed : public TypeConverter<signed char>,
IHexConverter<signed char>, ICloneable, ILocalizable
[<SealedAttribute>]
[<CLSCompliantAttribute(false)>]
type SByteConverter =
class
inherit TypeConverter<sbyte>
interface IHexConverter<sbyte>
interface ICloneable
interface ILocalizable
end
SByteConverter | Initializes a new SByteConverter instance. |
AcceptsNull |
Gets a value indicating whether the converter accepts
null references as input.
(Overrides TypeConverterTAcceptsNull) |
DataType |
The data type the converter converts.
(Inherited from TypeConverterT) |
DefaultValue |
Gets the value to return if the parser finds no data in the CSV,
or if parsing fails and
the Throwing property is false.
(Inherited from TypeConverterT) |
Format | The format string to use. |
FormatProvider | Gets the IFormatProvider instance that provides culture-specific formatting information. |
Styles | Gets a combined value of the NumberStyles enum that provides additional information for parsing. |
Throwing |
Gets a value indicating whether the converter throws a
FormatException
when a parsing error occurs, or if it returns
DefaultValue value instead.
(Inherited from TypeConverterT) |
Clone | Creates a new object that is a copy of the current instance. |
ConvertToString |
Converts value to a String or null.
(Overrides TypeConverterTConvertToString(T)) |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
Parse |
Parses a read-only span of characters and returns
the corresponding .NET object.
(Inherited from TypeConverterT) |
ToHexConverter | Initializes a new instance of IHexConverterT that can convert hexadecimal string values. |
ToString | Returns a string that represents the current object. (Inherited from Object) |
TryParse |
Tries to parse a read-only span of characters as a T value.
(Overrides TypeConverterTTryParse(ReadOnlySpanChar, T)) |