[This is preliminary documentation and is subject to change.]
Returns string representation of message code which is output by this processor
Namespace: NFX.CodeAnalysisAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public abstract string MessageCodeToString(
int code
)
public abstract string MessageCodeToString(
int code
)
Public MustOverride Function MessageCodeToString (
code As Integer
) As String
Public MustOverride Function MessageCodeToString (
code As Integer
) As String
public:
virtual String^ MessageCodeToString(
int code
) abstract
public:
virtual String^ MessageCodeToString(
int code
) abstract
abstract MessageCodeToString :
code : int -> string
abstract MessageCodeToString :
code : int -> string
Return Value
Type:
StringImplements
ICodeProcessor MessageCodeToString(Int32)