Click or drag to resize

IDiagnosticsString Interface

A string used in Diagnostics. It has an Id, to be used if a translated version of the string is to be used instead. It has a Message which can contain format specifiers on the form {0} etc. It has a list of objects, each of them supporting the ToString method, which must match the format specifiers in the Message.

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public interface IDiagnosticsString

The IDiagnosticsString type exposes the following members.

Properties
  NameDescription
Public propertyArguments
List of object that are to be replaced into the Message at each format specifyer.
Public propertyId
Id of string
Public propertyMessage
String message. Can contain format specifiers on the form {0} etc.
Top
See Also