Skip to content

44d4a2e3 f569 7f8a b676 904a356e0b6e

Axel Kesseler edited this page Mar 1, 2023 · 18 revisions

TypeFormatterExtension.ToSByteString Method

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

Syntax

C#

private static string ToSByteString(
	Object value,
	string format,
	IFormatProvider provider
)

Parameters

 

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.

Return Value

Type: String
The string representation of provided value.

Exceptions

 

Exception Condition
Exception Any other exception thrown by Convert is possible as well.

Remarks

The value is converted by using ToSByte(Object, IFormatProvider) as well as ToString(IFormatProvider) respectively ToString(String, IFormatProvider) if format is not null.

See Also

Reference

TypeFormatterExtension Class
Plexdata.LogWriter.Internals.Extensions Namespace

Clone this wiki locally