共用方式為


SPWeb.GetFileAsString method

取得位於指定的 URL 做為字串的檔案物件的內容。

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public Function GetFileAsString ( _
    url As String _
) As String
'用途
Dim instance As SPWeb
Dim url As String
Dim returnValue As String

returnValue = instance.GetFileAsString(url)
public string GetFileAsString(
    string url
)

參數

傳回值

Type: System.String
檔案的內容。

Exceptions

Exception Condition
ArgumentNullException

url是 null 。

備註

您可以使用這個方法取得字串,包含位於指定 URL 的檔案物件的內容。

請參閱

參照

SPWeb class

SPWeb members

Microsoft.SharePoint namespace