-
Notifications
You must be signed in to change notification settings - Fork 0
44d4a2e3 f569 7f8a b676 904a356e0b6e
Axel Kesseler edited this page Mar 1, 2023
·
18 revisions
This method converts the value into its signed byte representation.
Namespace: Plexdata.LogWriter.Internals.Extensions
Assembly: Plexdata.LogWriter.Abstraction (in Plexdata.LogWriter.Abstraction.dll) Version: 1.0.7.1
C#
private static string ToSByteString(
Object value,
string format,
IFormatProvider provider
)
- value
- Type: System.Object
The value to be converted. - format
- Type: System.String
The format to be used. - provider
- Type: System.IFormatProvider
The format provider to be used.
Type: String
The string representation of provided value.
Exception | Condition |
---|---|
Exception | Any other exception thrown by Convert is possible as well. |
The value is converted by using ToSByte(Object, IFormatProvider) as well as ToString(IFormatProvider) respectively ToString(String, IFormatProvider) if format is not null
.
TypeFormatterExtension Class
Plexdata.LogWriter.Internals.Extensions Namespace