Click or drag to resize

ResourceManagerMatchExtension Method (String, String)

Returns whether a path matches the extension specified.

Namespace:  Kit
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public static bool MatchExtension(
	string path,
	string extension
)
Request Example View Source

Parameters

path
Type: SystemString
extension
Type: SystemString

Return Value

Type: Boolean
See Also