public static void AppendFormat( Stream str, string format, params object[] args )
'Declaration Public Shared Sub AppendFormat( _ ByVal str As Stream, _ ByVal format As String, _ ByVal ParamArray args() As Object _ )
'Declaration
Public Shared Sub AppendFormat( _ ByVal str As Stream, _ ByVal format As String, _ ByVal ParamArray args() As Object _ )
'Usage Dim str As Stream Dim format As String Dim args() As Object StreamUtilWithExtensions.AppendFormat(str, format, args)
'Usage
Dim str As Stream Dim format As String Dim args() As Object StreamUtilWithExtensions.AppendFormat(str, format, args)
StreamUtilWithExtensions Class StreamUtilWithExtensions Members