ASP.NET Web API コントロール
SeparateName メソッド

C1.Web.Api.Cloud アセンブリ > C1.Web.Api.Storage.CloudStorage 名前空間 > Utilities クラス : SeparateName メソッド
分離する名前
ファイル名
コンテナ名
パスから名前とファイル名を取り出します。
シンタックス
'宣言
 
Public Shared Sub SeparateName( _
   ByVal name As System.String, _
   ByRef fileName As System.String, _
   ByRef containerName As System.String, _
   ByRef target As System.String _
) 
public static void SeparateName( 
   System.string name,
   out System.string fileName,
   out System.string containerName,
   out System.string target
)

パラメータ

name
分離する名前
fileName
ファイル名
containerName
コンテナ名
target
参照

Utilities クラス
Utilities メンバ