ContentHelperTryParseContentID - метод
Attempts to split a content identifier into its parts.
Пространство имён: Tessa.ContentСборка: Tessa (в Tessa.dll) Версия: 4.2.2+a8f0dd3c063817b2e3f05a923303d808e447c338
public static string[]? TryParseContentID(
string contentID
)
Public Shared Function TryParseContentID (
contentID As String
) As String()
public:
static array<String^>^ TryParseContentID(
String^ contentID
)
static member TryParseContentID :
contentID : string -> string[]
- contentID String
- The content identifier.
StringAn array of identifier parts, or if parsing fails.