TemplateControl.SetStringResourcePointer Method
.NET Framework 2.0
This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Sets a pointer to a string resource. The SetStringResourcePointer method is used by generated classes and is not intended for use from within your code.
Namespace: System.Web.UIAssembly: System.Web (in system.web.dll)
protected void SetStringResourcePointer ( Object stringResourcePointer, int maxResourceOffset )
protected void SetStringResourcePointer ( Object stringResourcePointer, int maxResourceOffset )
protected function SetStringResourcePointer ( stringResourcePointer : Object, maxResourceOffset : int )
Not applicable.
Parameters
- stringResourcePointer
An object representing the pointer to the string resource.
- maxResourceOffset
The resource size.
Community Additions
ADD
Show: