Skip to content

e14db73a 1dbe 7c1d 3ac1 4dddd16820d1

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

TypeFormatterExtension.ToInt32String Method

This method converts the value into its signed 32-bit integer 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 ToInt32String(
	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 ToInt32(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