Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: string AppendBeforeExtension(string, string)

Declaration

public static string AppendBeforeExtension(
    string filename,
    string value
)

Summary

Appends the specified value to the filename part before extension.

Parameters

stringfilename Filename to which the value should be appended.
stringvalue The value to append.