IGenericEventFlags.TryFormat(Int32, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public bool TryFormat (int key, out string value, string separator = ", ");
abstract member TryFormat : int * string * string -> bool
Public Function TryFormat (key As Integer, ByRef value As String, Optional separator As String = ", ") As Boolean
Parameters
- key
- Int32
- value
- String
- separator
- String